Autogenerated HTML docs for v1.4.1-gff4c8
diff --git a/cvs-migration.html b/cvs-migration.html index 63e5d1e..7958e02 100644 --- a/cvs-migration.html +++ b/cvs-migration.html
@@ -357,7 +357,7 @@ machine where the repository is hosted. If you don't want to give them a full shell on the machine, there is a restricted shell which only allows users to do git pushes and pulls; see <a href="git-shell.html">git-shell(1)</a>.</p> -<p>Put all the committers should in the same group, and make the repository +<p>Put all the committers in the same group, and make the repository writable by that group:</p> <div class="listingblock"> <div class="content"> @@ -579,7 +579,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jun-2006 19:51:36 UTC +Last updated 09-Jul-2006 20:38:46 UTC </div> </div> </body>
diff --git a/cvs-migration.txt b/cvs-migration.txt index 1fbca83..d2b0bd3 100644 --- a/cvs-migration.txt +++ b/cvs-migration.txt
@@ -93,7 +93,7 @@ full shell on the machine, there is a restricted shell which only allows users to do git pushes and pulls; see gitlink:git-shell[1]. -Put all the committers should in the same group, and make the repository +Put all the committers in the same group, and make the repository writable by that group: ------------------------------------------------
diff --git a/git-cvsexportcommit.html b/git-cvsexportcommit.html index 70e37cd..6feffb1 100644 --- a/git-cvsexportcommit.html +++ b/git-cvsexportcommit.html
@@ -272,7 +272,7 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<p><em>git-cvsexportcommmit</em> [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p> +<p><em>git-cvsexportcommit</em> [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -377,7 +377,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 14-May-2006 09:22:47 UTC +Last updated 09-Jul-2006 20:38:36 UTC </div> </div> </body>
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt index 56bd3e5..27ac72d 100644 --- a/git-cvsexportcommit.txt +++ b/git-cvsexportcommit.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- -'git-cvsexportcommmit' [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID +'git-cvsexportcommit' [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID DESCRIPTION
diff --git a/git-diff-files.html b/git-diff-files.html index 44df9c6..aa0eb8f 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -539,7 +539,7 @@ </dt> <dd> <p> - Remain silent even on nonexisting files + Remain silent even on nonexistent files </p> </dd> </dl> @@ -863,7 +863,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 09-Jul-2006 09:37:53 UTC +Last updated 09-Jul-2006 20:38:37 UTC </div> </div> </body>
diff --git a/git-diff-files.txt b/git-diff-files.txt index 481b8b3..7248b35 100644 --- a/git-diff-files.txt +++ b/git-diff-files.txt
@@ -37,7 +37,7 @@ commit with these flags. -q:: - Remain silent even on nonexisting files + Remain silent even on nonexistent files Output format -------------
diff --git a/git-diff.html b/git-diff.html index 6a4b175..64d465c 100644 --- a/git-diff.html +++ b/git-diff.html
@@ -272,32 +272,32 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<p><em>git-diff</em> [ --diff-options ] <ent>{0,2} [<path>…]</p> +<p><em>git-diff</em> [ --diff-options ] <tree-ish>{0,2} [<path>…]</p> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> -<p>Show changes between two ents, an ent and the working tree, an -ent and the index file, or the index file and the working tree. +<p>Show changes between two trees, a tree and the working tree, a +tree and the index file, or the index file and the working tree. The combination of what is compared with what is determined by -the number of ents given to the command.</p> +the number of trees given to the command.</p> <ul> <li> <p> -When no <ent> is given, the working tree and the index - file is compared, using <tt>git-diff-files</tt>. +When no <tree-ish> is given, the working tree and the index + file are compared, using <tt>git-diff-files</tt>. </p> </li> <li> <p> -When one <ent> is given, the working tree and the named - tree is compared, using <tt>git-diff-index</tt>. The option +When one <tree-ish> is given, the working tree and the named + tree are compared, using <tt>git-diff-index</tt>. The option <tt>--cached</tt> can be given to compare the index file and the named tree. </p> </li> <li> <p> -When two <ent>s are given, these two trees are compared +When two <tree-ish>s are given, these two trees are compared using <tt>git-diff-tree</tt>. </p> </li> @@ -463,7 +463,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 04-Jun-2006 07:24:26 UTC +Last updated 09-Jul-2006 20:38:38 UTC </div> </div> </body>
diff --git a/git-diff.txt b/git-diff.txt index 7ab2080..228c4d9 100644 --- a/git-diff.txt +++ b/git-diff.txt
@@ -8,24 +8,24 @@ SYNOPSIS -------- -'git-diff' [ --diff-options ] <ent>{0,2} [<path>...] +'git-diff' [ --diff-options ] <tree-ish>{0,2} [<path>...] DESCRIPTION ----------- -Show changes between two ents, an ent and the working tree, an -ent and the index file, or the index file and the working tree. +Show changes between two trees, a tree and the working tree, a +tree and the index file, or the index file and the working tree. The combination of what is compared with what is determined by -the number of ents given to the command. +the number of trees given to the command. -* When no <ent> is given, the working tree and the index - file is compared, using `git-diff-files`. +* When no <tree-ish> is given, the working tree and the index + file are compared, using `git-diff-files`. -* When one <ent> is given, the working tree and the named - tree is compared, using `git-diff-index`. The option +* When one <tree-ish> is given, the working tree and the named + tree are compared, using `git-diff-index`. The option `--cached` can be given to compare the index file and the named tree. -* When two <ent>s are given, these two trees are compared +* When two <tree-ish>s are given, these two trees are compared using `git-diff-tree`. OPTIONS
diff --git a/git-fetch.html b/git-fetch.html index cdf4a1e..af2275b 100644 --- a/git-fetch.html +++ b/git-fetch.html
@@ -565,7 +565,7 @@ <repository> without <refspec> parameters on the command line, <refspec> specified on <tt>Push:</tt> lines or <tt>Pull:</tt> lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>, -respectively. Multiple <tt>Push:</tt> and and <tt>Pull:</tt> lines may +respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may be specified for additional branch mappings.</p> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -606,7 +606,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Mar-2006 00:31:25 UTC +Last updated 09-Jul-2006 20:38:38 UTC </div> </div> </body>
diff --git a/git-init-db.html b/git-init-db.html index 67e5621..c87bbbc 100644 --- a/git-init-db.html +++ b/git-init-db.html
@@ -300,7 +300,7 @@ <div class="sectionbody"> <p>This command creates an empty git repository - basically a <tt>.git</tt> directory with subdirectories for <tt>objects</tt>, <tt>refs/heads</tt>, <tt>refs/tags</tt>, and -templated files. +template files. An initial <tt>HEAD</tt> file that references the HEAD of the master branch is also created.</p> <p>If <tt>--template=<template_directory></tt> is specified, <tt><template_directory></tt> @@ -363,7 +363,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 29-Apr-2006 07:01:33 UTC +Last updated 09-Jul-2006 20:38:39 UTC </div> </div> </body>
diff --git a/git-init-db.txt b/git-init-db.txt index 8a150d8..0a4fc14 100644 --- a/git-init-db.txt +++ b/git-init-db.txt
@@ -25,7 +25,7 @@ ----------- This command creates an empty git repository - basically a `.git` directory with subdirectories for `objects`, `refs/heads`, `refs/tags`, and -templated files. +template files. An initial `HEAD` file that references the HEAD of the master branch is also created.
diff --git a/git-mailsplit.html b/git-mailsplit.html index 3fe71ec..933264f 100644 --- a/git-mailsplit.html +++ b/git-mailsplit.html
@@ -305,7 +305,7 @@ <dd> <p> If any file doesn't begin with a From line, assume it is a - single mail message instead of signalling error. + single mail message instead of signaling error. </p> </dd> <dt> @@ -344,7 +344,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Mar-2006 00:31:29 UTC +Last updated 09-Jul-2006 20:38:39 UTC </div> </div> </body>
diff --git a/git-mailsplit.txt b/git-mailsplit.txt index 209e36b..5a17801 100644 --- a/git-mailsplit.txt +++ b/git-mailsplit.txt
@@ -25,7 +25,7 @@ -b:: If any file doesn't begin with a From line, assume it is a - single mail message instead of signalling error. + single mail message instead of signaling error. -d<prec>:: Instead of the default 4 digits with leading zeros,
diff --git a/git-merge.html b/git-merge.html index 45a341f..6e39fe6 100644 --- a/git-merge.html +++ b/git-merge.html
@@ -459,7 +459,7 @@ your local modifications interfere with the merge, again, it stops before touching anything.</p> <p>So in the above two "failed merge" case, you do not have to -worry about lossage of data --- you simply were not ready to do +worry about loss of data --- you simply were not ready to do a merge, so no merge happened at all. You may want to finish whatever you were in the middle of doing, and retry the same pull after you are done and ready.</p> @@ -567,7 +567,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 26-Jun-2006 23:46:45 UTC +Last updated 09-Jul-2006 20:38:39 UTC </div> </div> </body>
diff --git a/git-merge.txt b/git-merge.txt index 4ce799b..bebf30a 100644 --- a/git-merge.txt +++ b/git-merge.txt
@@ -83,7 +83,7 @@ stops before touching anything. So in the above two "failed merge" case, you do not have to -worry about lossage of data --- you simply were not ready to do +worry about loss of data --- you simply were not ready to do a merge, so no merge happened at all. You may want to finish whatever you were in the middle of doing, and retry the same pull after you are done and ready.
diff --git a/git-p4import.html b/git-p4import.html index dac9a2c..85afe6c 100644 --- a/git-p4import.html +++ b/git-p4import.html
@@ -427,7 +427,7 @@ <p>A git tag of the form p4/xx is created for every change imported from the Perforce repository where xx is the Perforce changeset number. Therefore after the import you can use git to access any commit by its -Perforce number, eg. git show p4/327.</p> +Perforce number, e.g. git show p4/327.</p> <p>The tag associated with the HEAD commit is also how <tt>git-p4import</tt> determines if there are new changes to incrementally import from the Perforce repository.</p> @@ -439,7 +439,7 @@ </div> <h2>Notes</h2> <div class="sectionbody"> -<p>You can interrupt the import (eg. ctrl-c) at any time and restart it +<p>You can interrupt the import (e.g. ctrl-c) at any time and restart it without worry.</p> <p>Author information is automatically determined by querying the Perforce "users" table using the id associated with each change. @@ -461,7 +461,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 18-Jun-2006 00:21:51 UTC +Last updated 09-Jul-2006 20:38:40 UTC </div> </div> </body>
diff --git a/git-p4import.txt b/git-p4import.txt index 0858e5e..ee9e8fa 100644 --- a/git-p4import.txt +++ b/git-p4import.txt
@@ -128,7 +128,7 @@ A git tag of the form p4/xx is created for every change imported from the Perforce repository where xx is the Perforce changeset number. Therefore after the import you can use git to access any commit by its -Perforce number, eg. git show p4/327. +Perforce number, e.g. git show p4/327. The tag associated with the HEAD commit is also how `git-p4import` determines if there are new changes to incrementally import from the @@ -143,7 +143,7 @@ Notes ----- -You can interrupt the import (eg. ctrl-c) at any time and restart it +You can interrupt the import (e.g. ctrl-c) at any time and restart it without worry. Author information is automatically determined by querying the
diff --git a/git-pack-redundant.html b/git-pack-redundant.html index c9ea336..a32b984 100644 --- a/git-pack-redundant.html +++ b/git-pack-redundant.html
@@ -293,7 +293,7 @@ </dt> <dd> <p> - Processes all packs. Any filenames on the commandline are ignored. + Processes all packs. Any filenames on the command line are ignored. </p> </dd> <dt> @@ -335,7 +335,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Mar-2006 00:31:30 UTC +Last updated 09-Jul-2006 20:38:40 UTC </div> </div> </body>
diff --git a/git-pack-redundant.txt b/git-pack-redundant.txt index 8fb0659..7d54b17 100644 --- a/git-pack-redundant.txt +++ b/git-pack-redundant.txt
@@ -29,7 +29,7 @@ --all:: - Processes all packs. Any filenames on the commandline are ignored. + Processes all packs. Any filenames on the command line are ignored. --alt-odb:: Don't require objects present in packs from alternate object
diff --git a/git-pull.html b/git-pull.html index 4f99c57..edff642 100644 --- a/git-pull.html +++ b/git-pull.html
@@ -609,7 +609,7 @@ <repository> without <refspec> parameters on the command line, <refspec> specified on <tt>Push:</tt> lines or <tt>Pull:</tt> lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>, -respectively. Multiple <tt>Push:</tt> and and <tt>Pull:</tt> lines may +respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may be specified for additional branch mappings.</p> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -808,7 +808,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 26-Jun-2006 23:46:45 UTC +Last updated 09-Jul-2006 20:38:41 UTC </div> </div> </body>
diff --git a/git-push.html b/git-push.html index 68be21f..ca710d3 100644 --- a/git-push.html +++ b/git-push.html
@@ -358,7 +358,7 @@ <dd> <p> Usually, the command refuses to update a remote ref that is - not a descendent of the local ref used to overwrite it. + not a descendant of the local ref used to overwrite it. This flag disables the check. This can cause the remote repository to lose commits; use it with care. </p> @@ -465,7 +465,7 @@ <repository> without <refspec> parameters on the command line, <refspec> specified on <tt>Push:</tt> lines or <tt>Pull:</tt> lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>, -respectively. Multiple <tt>Push:</tt> and and <tt>Pull:</tt> lines may +respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may be specified for additional branch mappings.</p> <p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be specified as an older notation short-hand; the named @@ -501,7 +501,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 10-Mar-2006 00:31:32 UTC +Last updated 09-Jul-2006 20:38:41 UTC </div> </div> </body>
diff --git a/git-push.txt b/git-push.txt index d5b5ca1..56afd64 100644 --- a/git-push.txt +++ b/git-push.txt
@@ -67,7 +67,7 @@ -f, \--force:: Usually, the command refuses to update a remote ref that is - not a descendent of the local ref used to overwrite it. + not a descendant of the local ref used to overwrite it. This flag disables the check. This can cause the remote repository to lose commits; use it with care.
diff --git a/git-repo-config.html b/git-repo-config.html index e0b125e..174f68b 100644 --- a/git-repo-config.html +++ b/git-repo-config.html
@@ -456,8 +456,8 @@ <div class="content"> <pre><tt>% git repo-config core.filemode true</tt></pre> </div></div> -<p>The hypothetic proxy command entries actually have a postfix to discern -to what URL they apply. Here is how to change the entry for kernel.org +<p>The hypothetical proxy command entries actually have a postfix to discern +what URL they apply to. Here is how to change the entry for kernel.org to "ssh".</p> <div class="listingblock"> <div class="content"> @@ -888,7 +888,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jul-2006 02:03:32 UTC +Last updated 09-Jul-2006 20:38:42 UTC </div> </div> </body>
diff --git a/git-repo-config.txt b/git-repo-config.txt index 803c0d5..b03d66f 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt
@@ -119,8 +119,8 @@ % git repo-config core.filemode true ------------ -The hypothetic proxy command entries actually have a postfix to discern -to what URL they apply. Here is how to change the entry for kernel.org +The hypothetical proxy command entries actually have a postfix to discern +what URL they apply to. Here is how to change the entry for kernel.org to "ssh". ------------
diff --git a/git-rev-list.html b/git-rev-list.html index 21a1b17..21dc6bf 100644 --- a/git-rev-list.html +++ b/git-rev-list.html
@@ -345,7 +345,7 @@ <dd> <p> Similar to <tt>--objects</tt>, but also print the IDs of - excluded commits refixed with a <tt>-</tt> character. This is + excluded commits prefixed with a <tt>-</tt> character. This is used by <tt>git-pack-objects</tt> to build <em>thin</em> pack, which records objects in deltified form based on objects contained in these excluded commits to reduce network @@ -460,7 +460,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jul-2006 06:05:13 UTC +Last updated 09-Jul-2006 20:38:43 UTC </div> </div> </body>
diff --git a/git-rev-list.txt b/git-rev-list.txt index 6c370e1..e220842 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt
@@ -64,7 +64,7 @@ --objects-edge:: Similar to `--objects`, but also print the IDs of - excluded commits refixed with a `-` character. This is + excluded commits prefixed with a `-` character. This is used by `git-pack-objects` to build 'thin' pack, which records objects in deltified form based on objects contained in these excluded commits to reduce network
diff --git a/git-tools.html b/git-tools.html index 4c458db..5088b6d 100644 --- a/git-tools.html +++ b/git-tools.html
@@ -316,7 +316,7 @@ </p> <div class="literalblock"> <div class="content"> -<pre><tt>gitk is a simple TK GUI for browsing history of GIT repositories easily.</tt></pre> +<pre><tt>gitk is a simple Tk GUI for browsing history of GIT repositories easily.</tt></pre> </div></div> </li> <li> @@ -407,7 +407,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 04-Jun-2006 07:24:40 UTC +Last updated 09-Jul-2006 20:38:47 UTC </div> </div> </body>
diff --git a/git-tools.txt b/git-tools.txt index d79523f..0914cbb 100644 --- a/git-tools.txt +++ b/git-tools.txt
@@ -42,7 +42,7 @@ - *gitk* (shipped with git-core) - gitk is a simple TK GUI for browsing history of GIT repositories easily. + gitk is a simple Tk GUI for browsing history of GIT repositories easily. - *gitview* (contrib/)
diff --git a/git-upload-tar.html b/git-upload-tar.html index 7d51d26..4ccefc0 100644 --- a/git-upload-tar.html +++ b/git-upload-tar.html
@@ -280,7 +280,7 @@ to the other end over the git protocol.</p> <p>This command is usually not invoked directly by the end user. The UI for the protocol is on the <em>git-tar-tree</em> side, and the -program pair is meant to be used to get a tar achive from a +program pair is meant to be used to get a tar archive from a remote repository.</p> </div> <h2>OPTIONS</h2> @@ -310,7 +310,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jun-2006 19:51:33 UTC +Last updated 09-Jul-2006 20:38:43 UTC </div> </div> </body>
diff --git a/git-upload-tar.txt b/git-upload-tar.txt index a1019a0..394af62 100644 --- a/git-upload-tar.txt +++ b/git-upload-tar.txt
@@ -17,7 +17,7 @@ This command is usually not invoked directly by the end user. The UI for the protocol is on the 'git-tar-tree' side, and the -program pair is meant to be used to get a tar achive from a +program pair is meant to be used to get a tar archive from a remote repository.
diff --git a/git.html b/git.html index ec9f748..f23bdf6 100644 --- a/git.html +++ b/git.html
@@ -1325,7 +1325,7 @@ <div class="sectionbody"> <p>Starting from 0.99.9 (actually mid 0.99.8.GIT), <tt>.git/config</tt> file is used to hold per-repository configuration options. It is a -simple text file modelled after <tt>.ini</tt> format familiar to some +simple text file modeled after <tt>.ini</tt> format familiar to some people. Here is an example:</p> <div class="listingblock"> <div class="content"> @@ -2105,7 +2105,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 22-Jun-2006 19:49:27 UTC +Last updated 09-Jul-2006 20:38:44 UTC </div> </div> </body>
diff --git a/git.txt b/git.txt index 51f20c6..d00cc3e 100644 --- a/git.txt +++ b/git.txt
@@ -478,7 +478,7 @@ Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file is used to hold per-repository configuration options. It is a -simple text file modelled after `.ini` format familiar to some +simple text file modeled after `.ini` format familiar to some people. Here is an example: ------------
diff --git a/glossary.html b/glossary.html index 303893e..ac62950 100644 --- a/glossary.html +++ b/glossary.html
@@ -448,7 +448,7 @@ <p> Favorite synonym to "<a href="#ref_tree-ish">tree-ish</a>" by some total geeks. See <tt>http://en.wikipedia.org/wiki/Ent_(Middle-earth)</tt> for an in-depth - explanation. + explanation. Avoid this term, not to confuse people. </p> </dd> <dt> @@ -950,7 +950,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jun-2006 19:51:37 UTC +Last updated 09-Jul-2006 20:38:48 UTC </div> </div> </body>
diff --git a/glossary.txt b/glossary.txt index 116ddb7..14449ca 100644 --- a/glossary.txt +++ b/glossary.txt
@@ -86,7 +86,7 @@ ent:: Favorite synonym to "tree-ish" by some total geeks. See `http://en.wikipedia.org/wiki/Ent_(Middle-earth)` for an in-depth - explanation. + explanation. Avoid this term, not to confuse people. fast forward:: A fast-forward is a special type of merge where you have
diff --git a/howto-index.html b/howto-index.html index 77ecab2..9a5fe7b 100644 --- a/howto-index.html +++ b/howto-index.html
@@ -360,7 +360,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 12-Feb-2006 13:31:35 UTC +Last updated 09-Jul-2006 20:38:47 UTC </div> </div> </body>
diff --git a/howto/isolate-bugs-with-bisect.txt b/howto/isolate-bugs-with-bisect.txt index edbcd4c..926bbdc 100644 --- a/howto/isolate-bugs-with-bisect.txt +++ b/howto/isolate-bugs-with-bisect.txt
@@ -28,7 +28,7 @@ and at this point "git bisect" will churn for a while, and tell you what the mid-point between those two commits are, and check that state out as -the head of the bew "bisect" branch. +the head of the new "bisect" branch. Compile and reboot.
diff --git a/howto/rebase-from-internal-branch.txt b/howto/rebase-from-internal-branch.txt index c2d4a91..fcd64e9 100644 --- a/howto/rebase-from-internal-branch.txt +++ b/howto/rebase-from-internal-branch.txt
@@ -124,7 +124,7 @@ The two commits #2' and #3' in the above picture record the same changes your e-mail submission for #2 and #3 contained, but -probably with the new sign-off line added by the upsteam +probably with the new sign-off line added by the upstream maintainer and definitely with different committer and ancestry information, they are different objects from #2 and #3 commits.
diff --git a/urls.txt b/urls.txt index 7477413..d60b371 100644 --- a/urls.txt +++ b/urls.txt
@@ -47,7 +47,7 @@ <repository> without <refspec> parameters on the command line, <refspec> specified on `Push:` lines or `Pull:` lines are used for `git-push` and `git-fetch`/`git-pull`, -respectively. Multiple `Push:` and and `Pull:` lines may +respectively. Multiple `Push:` and `Pull:` lines may be specified for additional branch mappings. The name of a file in `$GIT_DIR/branches` directory can be